Schemas

A schema contains named objects (tables, views, functions, etc) whose names may duplicate those of other objects existing in other schemas.

The schema name must be distinct from any existing schema name in the current database.

Create Schema

Note: Support from SQL Server 2005 or later and SQL Azure.

To create a new schema

Edit Schema

Note: Support from SQL Server 2005 or later and SQL Azure.

To edit the existing schema (manage its general etc)

Open Schema

To open a schema which shows in the navigation pane

Close Schema

To close a schema

Delete Schema

Note: Support from SQL Server 2005 or later and SQL Azure.

To delete a schema